home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Visual Basic 5.0 (2nd Edition) / Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso / Code / MAKETRES.BAT < prev    next >
DOS Batch File  |  1997-06-14  |  267b  |  10 lines

  1. @echo off
  2. Rem Make US
  3. rc /v /d US /r /fo tresus.res tres.rc
  4. Rem Make Swinish
  5. rc /v /d SW /r /fo tressw.res tres.rc
  6. If "%1"=="" Goto Done
  7. Rem Make version specific if country (US or SW) given on command line
  8. If exist tres%1.res Copy tres%1.res tres.res
  9. :Done
  10.